Really delete xen/common/compat/kexec.c
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 3 Mar 2008 11:02:58 +0000 (11:02 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 3 Mar 2008 11:02:58 +0000 (11:02 +0000)
xen/common/compat/kexec.c [deleted file]

diff --git a/xen/common/compat/kexec.c b/xen/common/compat/kexec.c
deleted file mode 100644 (file)
index 9b03be1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * compat/kexec.c
- */
-
-#include <compat/kexec.h>
-
-#define COMPAT
-
-CHECK_kexec_exec;
-
-#include "../kexec.c"
-
-/*
- * Local variables:
- * mode: C
- * c-set-style: "BSD"
- * c-basic-offset: 4
- * tab-width: 4
- * indent-tabs-mode: nil
- * End:
- */